Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 177,049 for

document formatting

(0.13 sec)
  1. Stroke.ForeColor | Aspose.Words for .NET

    Discover the Stroke ForeColor property to easily customize your stroke's foreground color for enhanced design flexibility and visual appeal....set marker formatting. Document doc = new Document (); DocumentBuilder...8 , 1.7 }); // Set marker formatting. series . Marker . Size =...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Stroke.Visible | Aspose.Words for .NET

    Control stroke visibility with our easy-to-use property. Enhance your design by toggling stroke visibility for better visual impact!...set marker formatting. Document doc = new Document (); DocumentBuilder...8 , 1.7 }); // Set marker formatting. series . Marker . Size =...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Inline Class | Aspose.Words for .NET

    Discover the Aspose.Words.Inline class, designed for character Formatting in inline nodes. Enhance your Document's style without child nodes!...nodes that can have character formatting associated with them, but...Levels of Nodes in a Document documentation article. public abstract...

    reference.aspose.com/words/net/aspose.words/inl...
  4. ShapeBase.shadow_format property | Aspose.Words...

    ShapeBase.shadow_format property. Gets shadow Formatting for the shape....shadow_format property ShapeBase.shadow_format property Gets...shadow formatting for the shape. @property def shadow_format ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Protect PPT document Online with password and u...

    Online PPT file password protection app. C++ API code to apply password protection on PPT presentations....C++ Protect Ppt Online PPT Document Protection or Set Password...Develop powerful C++ based PPT document protection utility application...

    products.aspose.com/total/cpp/protect/ppt/
  6. CellFormat | Aspose.Words for Java

    Represents all Formatting for a table cell in Java....CellFormat Represents all formatting for a table cell. To learn...the Working with Tables documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  7. Online DOCM File Comparison or Build C++ Apps t...

    Free online app to Compare different DOCM files. C++ comparison library code for DOCM Documents....Total C++ Compare Docm Online Document Comparison App and C++ Code...Develop powerful C++ based DOCM document comparison applications. Freely...

    products.aspose.com/total/cpp/compare/docm/
  8. How to Merge Word Documents using Python

    This simple article focuses on how to merge Word Document using Python. It encapsulates the details to establish the environment along with configuration steps and a working example code to merge DOCX files in Python....Family How to Merge Word Documents using Python This article...focuses on how to merge Word documents using Python . It encapsulates...

    kb.aspose.com/words/python/how-to-merge-word-do...
  9. RevisionOptions.RevisedPropertiesEffect | Aspos...

    Discover how the RevisedPropertiesEffect in RevisionOptions enhances your content Formatting. Easily customize changes with the FormatChange feature....content areas with changes of formatting properties FormatChange Default...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...